Skip to content

Comments

fix: add pull_request_target trigger for bot PRs with duplicate run p…#15

Merged
mvgadagi merged 1 commit intomainfrom
fix/labeler
Dec 20, 2025
Merged

fix: add pull_request_target trigger for bot PRs with duplicate run p…#15
mvgadagi merged 1 commit intomainfrom
fix/labeler

Conversation

@mvgadagi
Copy link
Contributor

…revention

  • Add pull_request_target trigger to ci.yml and pr.yml workflows
  • Add conditional logic to skip duplicate runs: use pull_request_target only for bot PRs (github-actions[bot], renovate[bot])
  • Explicitly checkout PR head SHA in pull_request_target events to ensure correct code version is tested

Before submitting the PR, please make sure you do the following:

  • Read the Contributing Guidelines
  • Reference your PR to an issue that was discussed ahead of time
  • The PR should contain a clear description of the problem it solves
  • Ideally, include a test that fails without this PR but passes with it.

Tests and linting

  • Run the unit tests with pnpm test
  • Run the linting with pnpm lint
  • Run the build with pnpm build

Thank you for contributing to Renovate Playground!

…revention

- Add pull_request_target trigger to ci.yml and pr.yml workflows
- Add conditional logic to skip duplicate runs: use pull_request_target only for bot PRs (github-actions[bot], renovate[bot])
- Explicitly checkout PR head SHA in pull_request_target events to ensure correct code version is tested
@mvgadagi mvgadagi removed the request for review from sufiyan-ahmed December 20, 2025 05:28
@mvgadagi mvgadagi merged commit aaf31eb into main Dec 20, 2025
3 checks passed
@mvgadagi mvgadagi deleted the fix/labeler branch December 20, 2025 05:29
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.1.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants